[jira] Commented: (FILEUPLOAD-124) Error while uploading the file - in Clusterd in Environment

2007-01-12 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464117 ] Jochen Wiedmann commented on FILEUPLOAD-124: org.apache.commons.fileupload.FileUploadException:

Re: [io] Inner class exception

2007-01-12 Thread Stephen Colebourne
From: Henri Yandell [EMAIL PROTECTED] Yeah, I'm quite interested in what the response is to having this in the API. It's novel (for me), but could be interesting to release IO as is and see what feedback we get from users on the feature. That would seem rather irresponsible. They will almost

Re: [io] Inner class exception

2007-01-12 Thread Simon Kitching
On Thu, 2007-01-11 at 21:37 -0800, Henri Yandell wrote: Yeah, I'm quite interested in what the response is to having this in the API. It's novel (for me), but could be interesting to release IO as is and see what feedback we get from users on the feature. My $0.02: I'm quite happy with an

RE: [io] Inner class exception

2007-01-12 Thread Jörg Schaible
Niall Pemberton wrote on Friday, January 12, 2007 1:44 AM: On 1/12/07, James Carman [EMAIL PROTECTED] wrote: Sorry, but this doesn't seem like a very good argument to me - on this basis you could argue against the whole existance of IO - since it provides stuff thats not in the JDK I don't

Re: UUID MAC configuration

2007-01-12 Thread Rory Winston
Pradeep Getting the MAC address is problematic - normally it requires native code (which may use OS-level function calls or a native SNMP API, which is one of the approaches I have seen). Two options: 1. If you are using JDK 6, you may be in luck: see

Re: [io] Inner class exception

2007-01-12 Thread Henri Yandell
On 1/12/07, Stephen Colebourne [EMAIL PROTECTED] wrote: From: Henri Yandell [EMAIL PROTECTED] Yeah, I'm quite interested in what the response is to having this in the API. It's novel (for me), but could be interesting to release IO as is and see what feedback we get from users on the feature.

svn commit: r495769 - /jakarta/commons/sandbox/commons-skin/trunk/src/main/resources/css/site.css

2007-01-12 Thread dennisl
Author: dennisl Date: Fri Jan 12 14:44:39 2007 New Revision: 495769 URL: http://svn.apache.org/viewvc?view=revrev=495769 Log: Add an empty site.css file as a workaround for http://jira.codehaus.org/browse/DOXIA-86. With this empty file in place the generated pages are valid according to CSS3.

Re: Introducing commons-skin

2007-01-12 Thread Dennis Lundberg
Dennis Lundberg wrote: Dennis Lundberg wrote: Boris Unckel wrote: Hi, yet another issue. snip I had a look at the source and found XHTML transistional in the doctype. Both http://validator.w3.org and http://www.validome.org say it is not valid. I think you know the tools, even when not,

svn commit: r495774 - /jakarta/commons/sandbox/compress/trunk/license-header.txt

2007-01-12 Thread dennisl
Author: dennisl Date: Fri Jan 12 14:52:50 2007 New Revision: 495774 URL: http://svn.apache.org/viewvc?view=revrev=495774 Log: Strip trailing spaces. Modified: jakarta/commons/sandbox/compress/trunk/license-header.txt Modified: jakarta/commons/sandbox/compress/trunk/license-header.txt URL:

svn commit: r495775 - /jakarta/commons/sandbox/javaflow/trunk/pom.xml

2007-01-12 Thread dennisl
Author: dennisl Date: Fri Jan 12 14:53:14 2007 New Revision: 495775 URL: http://svn.apache.org/viewvc?view=revrev=495775 Log: Unify naming. Modified: jakarta/commons/sandbox/javaflow/trunk/pom.xml Modified: jakarta/commons/sandbox/javaflow/trunk/pom.xml URL:

svn commit: r495776 - /jakarta/commons/sandbox/jci/trunk/pom.xml

2007-01-12 Thread dennisl
Author: dennisl Date: Fri Jan 12 14:53:29 2007 New Revision: 495776 URL: http://svn.apache.org/viewvc?view=revrev=495776 Log: Unify naming. Modified: jakarta/commons/sandbox/jci/trunk/pom.xml Modified: jakarta/commons/sandbox/jci/trunk/pom.xml URL:

svn commit: r495777 - /jakarta/commons/sandbox/js2j/trunk/pom.xml

2007-01-12 Thread dennisl
Author: dennisl Date: Fri Jan 12 14:53:43 2007 New Revision: 495777 URL: http://svn.apache.org/viewvc?view=revrev=495777 Log: Unify naming. Modified: jakarta/commons/sandbox/js2j/trunk/pom.xml Modified: jakarta/commons/sandbox/js2j/trunk/pom.xml URL:

svn commit: r495778 - /jakarta/commons/sandbox/pipeline/trunk/pom.xml

2007-01-12 Thread dennisl
Author: dennisl Date: Fri Jan 12 14:54:14 2007 New Revision: 495778 URL: http://svn.apache.org/viewvc?view=revrev=495778 Log: Unify naming. Modified: jakarta/commons/sandbox/pipeline/trunk/pom.xml Modified: jakarta/commons/sandbox/pipeline/trunk/pom.xml URL:

[collections] additions

2007-01-12 Thread Matt Benson
What's the current status of collections? It needs to be broken into smaller pieces before any more weight can be added? -Matt Be a PS3 game guru. Get your game face on with the latest PS3 news and previews

Re: [io] Inner class exception

2007-01-12 Thread James Carman
Yes, I'm -0 really. As I said, I don't really care one way or the other. I just wanted to voice my opinion that it looks weird to me and we should be aware of that (not that it looks weird to me in particular, but that it could look weird to others). I know that when I look into a library I

svn commit: r495780 - in /jakarta/commons/sandbox/compress/trunk/src/site/xdoc: index.xml issue-tracking.xml

2007-01-12 Thread dennisl
Author: dennisl Date: Fri Jan 12 15:10:10 2007 New Revision: 495780 URL: http://svn.apache.org/viewvc?view=revrev=495780 Log: Fix the xdoc syntax so that the resulting xhtml is valid. Modified: jakarta/commons/sandbox/compress/trunk/src/site/xdoc/index.xml

svn commit: r495782 - /jakarta/commons/sandbox/csv/trunk/src/site/xdoc/issue-tracking.xml

2007-01-12 Thread dennisl
Author: dennisl Date: Fri Jan 12 15:16:06 2007 New Revision: 495782 URL: http://svn.apache.org/viewvc?view=revrev=495782 Log: Fix the xdoc syntax so that the resulting xhtml is valid. Modified: jakarta/commons/sandbox/csv/trunk/src/site/xdoc/issue-tracking.xml Modified:

svn commit: r495786 - /jakarta/commons/sandbox/finder/trunk/src/site/xdoc/issue-tracking.xml

2007-01-12 Thread dennisl
Author: dennisl Date: Fri Jan 12 15:24:19 2007 New Revision: 495786 URL: http://svn.apache.org/viewvc?view=revrev=495786 Log: Fix the xdoc syntax so that the resulting xhtml is valid. Modified: jakarta/commons/sandbox/finder/trunk/src/site/xdoc/issue-tracking.xml Modified:

svn commit: r495787 - /jakarta/commons/sandbox/i18n/trunk/xdocs/index.xml

2007-01-12 Thread dennisl
Author: dennisl Date: Fri Jan 12 15:29:43 2007 New Revision: 495787 URL: http://svn.apache.org/viewvc?view=revrev=495787 Log: Fix the xdoc syntax so that the resulting xhtml is valid. Modified: jakarta/commons/sandbox/i18n/trunk/xdocs/index.xml Modified:

Re: [io] Inner class exception

2007-01-12 Thread Stephen Colebourne
Henri Yandell wrote: So consensus so far seems to be towards leaving it in. Well I'll remove my vote -1 then. But I still think its poor design. Stephen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

svn commit: r495795 - /jakarta/commons/sandbox/openpgp/trunk/src/site/apt/signer.apt

2007-01-12 Thread dennisl
Author: dennisl Date: Fri Jan 12 16:24:39 2007 New Revision: 495795 URL: http://svn.apache.org/viewvc?view=revrev=495795 Log: Add whitespace in a couple of places so that the layout looks good. Fix a typo. Modified: jakarta/commons/sandbox/openpgp/trunk/src/site/apt/signer.apt Modified:

svn commit: r495796 - in /jakarta/commons/sandbox/id/trunk/xdocs: index.xml uuid.xml

2007-01-12 Thread dennisl
Author: dennisl Date: Fri Jan 12 16:26:17 2007 New Revision: 495796 URL: http://svn.apache.org/viewvc?view=revrev=495796 Log: Fix the xdoc syntax. Modified: jakarta/commons/sandbox/id/trunk/xdocs/index.xml jakarta/commons/sandbox/id/trunk/xdocs/uuid.xml Modified:

svn commit: r495797 - /jakarta/commons/trunks-sandbox/pom.xml

2007-01-12 Thread dennisl
Author: dennisl Date: Fri Jan 12 16:27:26 2007 New Revision: 495797 URL: http://svn.apache.org/viewvc?view=revrev=495797 Log: Unify naming. Modified: jakarta/commons/trunks-sandbox/pom.xml Modified: jakarta/commons/trunks-sandbox/pom.xml URL:

svn commit: r495801 - /jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml

2007-01-12 Thread dennisl
Author: dennisl Date: Fri Jan 12 16:36:50 2007 New Revision: 495801 URL: http://svn.apache.org/viewvc?view=revrev=495801 Log: Fix the xdoc syntax. Modified: jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml Modified: jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml URL:

svn commit: r495805 - /jakarta/commons/trunks-sandbox/pom.xml

2007-01-12 Thread dennisl
Author: dennisl Date: Fri Jan 12 16:48:23 2007 New Revision: 495805 URL: http://svn.apache.org/viewvc?view=revrev=495805 Log: Add distributionManagement for the site. Modified: jakarta/commons/trunks-sandbox/pom.xml Modified: jakarta/commons/trunks-sandbox/pom.xml URL:

svn commit: r495807 - /jakarta/commons/trunks-sandbox/src/site/apt/index.apt

2007-01-12 Thread dennisl
Author: dennisl Date: Fri Jan 12 16:48:50 2007 New Revision: 495807 URL: http://svn.apache.org/viewvc?view=revrev=495807 Log: Use relative links instead of absolute. Modified: jakarta/commons/trunks-sandbox/src/site/apt/index.apt Modified:

Re: [sandbox] Using commons-skin for all components

2007-01-12 Thread Dennis Lundberg
Dennis Lundberg wrote: Hi Before I dive head-first into this I thought I'd ask first. I'd like to unify the M2 generated sites for all sandbox components, by making use of commons-skin. This would mean: 1. Make various changes to the sandbox-parent, which is currently located in

svn commit: r495809 - in /jakarta/commons/sandbox/commons-skin/trunk: pom.xml src/main/resources/css/maven-theme.css src/main/resources/css/site.css

2007-01-12 Thread dennisl
Author: dennisl Date: Fri Jan 12 17:06:18 2007 New Revision: 495809 URL: http://svn.apache.org/viewvc?view=revrev=495809 Log: Add license header. Modified: jakarta/commons/sandbox/commons-skin/trunk/pom.xml

[VOTE] Promote commons-site to proper and release it

2007-01-12 Thread Dennis Lundberg
I have laid the finishing touches to commons-skin and feel that it is ready for prime time. Therefor I would like to propose two votes: 1. Promote commons-skin from commons sandbox to commons proper. [ ] +1 Do it [ ] -1 No not yet, because... 2. Release commons-skin 1.0 based on revision

Re: [VOTE] Promote commons-site to proper and release it

2007-01-12 Thread Niall Pemberton
+1 to both promoting and releasing commons skin. Niall On 1/13/07, Dennis Lundberg [EMAIL PROTECTED] wrote: I have laid the finishing touches to commons-skin and feel that it is ready for prime time. Therefor I would like to propose two votes: 1. Promote commons-skin from commons sandbox to

Re: [VOTE] Promote commons-site to proper and release it

2007-01-12 Thread Henri Yandell
On 1/12/07, Dennis Lundberg [EMAIL PROTECTED] wrote: I have laid the finishing touches to commons-skin and feel that it is ready for prime time. Therefor I would like to propose two votes: 1. Promote commons-skin from commons sandbox to commons proper. [ ] +1 Do it [ ] -1 No not yet,

svn commit: r495842 - /jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/XMLIntrospector.java

2007-01-12 Thread skitching
Author: skitching Date: Fri Jan 12 22:32:49 2007 New Revision: 495842 URL: http://svn.apache.org/viewvc?view=revrev=495842 Log: When useContextClassLoader is false, load classes using the classloader that loaded Betwixt, not the one that loaded Digester. Normally of course both libs will be

svn commit: r495843 - /jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/IntrospectionConfiguration.java

2007-01-12 Thread skitching
Author: skitching Date: Fri Jan 12 22:33:44 2007 New Revision: 495843 URL: http://svn.apache.org/viewvc?view=revrev=495843 Log: Make useContextClassLoader the default, and improve documentation for this feature. Modified:

[jira] Commented: (BETWIXT-57) Class loader problem in JBoss version 4.0.4GA

2007-01-12 Thread Simon Kitching (JIRA)
[ https://issues.apache.org/jira/browse/BETWIXT-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464413 ] Simon Kitching commented on BETWIXT-57: --- Ok, I've made this default to true. I've also ensured that when set

Re: [VOTE] Promote commons-site to proper and release it

2007-01-12 Thread Simon Kitching
On Sat, 2007-01-13 at 02:16 +0100, Dennis Lundberg wrote: I have laid the finishing touches to commons-skin and feel that it is ready for prime time. Therefor I would like to propose two votes: 1. Promote commons-skin from commons sandbox to commons proper. +1 2. Release commons-skin